home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / libpam-gnome-keyring / README.Debian < prev    next >
Encoding:
Text File  |  2009-04-13  |  699 b   |  20 lines

  1. pam_gnome_keyring for Debian
  2. ----------------------------
  3.  
  4. The default PAM configuration for GDM and gnome-screensaver already 
  5. uses pam_gnome_keyring.
  6.  
  7. If you want the default password to be correctly changed together with 
  8. the login password, you need to add the following line to 
  9. /etc/pam.d/common-password:
  10.     password        optional        pam_gnome_keyring.so
  11.  
  12.  
  13. If you want to start gnome_keyring from another display manager, you 
  14. need to add the following lines to the corresponding /etc/pam.d/?dm 
  15. file:
  16.     auth    optional        pam_gnome_keyring.so
  17.     session optional        pam_gnome_keyring.so  auto_start
  18.  
  19.  -- Josselin Mouette <joss@debian.org>, Sun, 25 Nov 2007 11:53:10 +0100
  20.